Basic thread-awareness:
authorOwen Taylor <otaylor@gtk.org>
Sat, 16 May 1998 02:14:09 +0000 (02:14 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sat, 16 May 1998 02:14:09 +0000 (02:14 +0000)
commitdc93f21ffe52d42c6e99e7b5976fc7a89df4d4f3
tree05c2d18bdb871ae7a154ffe7699ceca13f76d534
parent457148333e72c2bc607268ce4922c531aaf33181
Basic thread-awareness:

Fri May 15 21:16:54 1998  Owen Taylor  <otaylor@gtk.org>

Basic thread-awareness:

* acconfig.h configure.in: New option --with-threads=[yes/posix/no]

* gdk/Makefile.am gdk/gdkthreads.c: Added new functions
gdk_threads_[init/enter/leave] for applications, plus
gdk_threads_wake to wake the mainloop thread out of
the select().

* gtk/Makefile.am: gtk/testthreads.c: Test program for threads
gdk/gdkthreads.c [new file with mode: 0644]
gtk/testthreads.c [new file with mode: 0644]
tests/testthreads.c [new file with mode: 0644]